From: Jan Djärv Date: Wed, 21 Jan 2004 15:30:28 +0000 (+0000) Subject: lisp.h: Add undef DECL_ALIGN X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24408 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=13d7878a6fb99c832df8f1154ab64c7cca45631a;p=emacs.git lisp.h: Add undef DECL_ALIGN --- diff --git a/src/ChangeLog b/src/ChangeLog index 3fc443f8a09..012e24f9280 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-21 Jan Dj,Ad(Brv + + * lisp.h: Add undef DECL_ALIGN. + 2004-01-21 Stefan Monnier * process.c (wait_reading_process_input) [SYNC_INPUT]: diff --git a/src/lisp.h b/src/lisp.h index b54668fb780..cb332acaedb 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -310,6 +310,7 @@ enum pvec_type #ifndef USE_LSB_TAG /* Just remove the alignment annotation if we don't use it. */ +#undef DECL_ALIGN #define DECL_ALIGN(type, var) type var #endif